home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Grafika i zdjecia / Edytory grafiki rastrowej i wektorowej / Inscape 0.44.1 / Inkscape-0.44.1-1.win32.exe / share / extensions / dia.inx < prev    next >
Text File  |  2006-09-06  |  890b  |  16 lines

  1. <inkscape-extension>
  2.     <_name>Dia Input</_name>
  3.     <id>org.inkscape.input.dia</id>
  4.     <dependency type="executable" location="extensions" _description="The dia2svg.sh script should be installed with your Inkscape distribution.  If you do not have it, there is likely to be something wrong with your Inkscape installation.">dia2svg.sh</dependency>
  5.     <dependency type="executable" _description="In order to import Dia files, Dia itself must be installed.  You can get Dia at http://www.gnome.org/projects/dia/">dia</dependency>
  6.     <input>
  7.         <extension>.dia</extension>
  8.         <mimetype>application/x-dia</mimetype>
  9.         <_filetypename>Dia Diagram (*.dia)</_filetypename>
  10.         <_filetypetooltip>A diagram created with the program Dia</_filetypetooltip>
  11.     </input>
  12.     <script>
  13.         <command reldir="extensions">dia2svg.sh</command>
  14.     </script>
  15. </inkscape-extension>
  16.